Class MerpayPrePaymentCheckInput

Description

メルペイ支払い可否事前確認 入力パラメータクラス

Located in /com/gmo_pg/client/input/MerpayPrePaymentCheckInput.php (line 11)

BaseInput
   |
   --MerpayPrePaymentCheckInput
Method Summary
 MerpayPrePaymentCheckInput __construct ([array $params = null])
 string getAmount ()
 string getShopID ()
 string getShopPass ()
 string getSubscriptionId ()
 string getTax ()
 void setAmount (string $amount)
 void setInputValues (IgnoreCaseMap $params)
 void setShopID (string $shopID)
 void setShopPass (string $shopPass)
 void setSubscriptionId (string $subscriptionId)
 void setTax (string $tax)
 string toString ()
Methods
Constructor __construct (line 40)

コンストラクタ

  • access: public
MerpayPrePaymentCheckInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAmount (line 70)

利用金額取得

  • return: 利用金額
  • access: public
string getAmount ()
getShopID (line 49)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getShopPass (line 56)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
getSubscriptionId (line 63)

サブスクリプションID取得

  • return: サブスクリプションID
  • access: public
string getSubscriptionId ()
getTax (line 77)

税送料取得

  • return: 税送料
  • access: public
string getTax ()
setAmount (line 110)

利用金額設定

  • access: public
void setAmount (string $amount)
  • string $amount
setDefaultValues (line 126)

デフォルト値設定

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setInputValues (line 135)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setShopID (line 86)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setShopPass (line 94)

ショップパスワード設定

  • access: public
void setShopPass (string $shopPass)
  • string $shopPass
setSubscriptionId (line 102)

サブスクリプションID設定

  • access: public
void setSubscriptionId (string $subscriptionId)
  • string $subscriptionId
setTax (line 118)

税送料設定

  • access: public
void setTax (string $tax)
  • string $tax
toString (line 153)

文字列表現

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 19:59:24 +0900 by phpDocumentor 1.4.3